Skip to content
Jongmin
Home Tags About
ESC

Type to search posts

No results found

↑↓ Navigate
↵ Open
ESC Close
Home Tags About
← All Tags

Clean Architecture 6 posts

Clean Architecture Part 6: Details and Case Study

Why databases, web, and frameworks are details, not architecture. Includes a complete video sales case study and the missing chapter on package structure.

Jan 22, 2026
Clean ArchitectureSoftware Engineering +3

Clean Architecture Part 5: Architecture Implementation

Practical implementation of clean architecture covering presenters, humble objects, partial boundaries, the main component, services, testing, and embedded systems.

Jan 18, 2026
Clean ArchitectureSoftware Engineering +3

Clean Architecture Part 4: Architecture Design

Core concepts of clean architecture including independence, boundaries, business rules, and the famous Clean Architecture diagram. Learn how to design systems that are testable, flexible, and independent of frameworks.

Jan 14, 2026
Clean ArchitectureSoftware Engineering +3

Clean Architecture Part 3: Component Principles

Principles for organizing code into components. Covers component cohesion (REP, CCP, CRP) and component coupling (ADP, SDP, SAP) for building modular systems.

Jan 10, 2026
Clean ArchitectureSoftware Engineering +3

Clean Architecture Part 2: SOLID Principles

The five SOLID principles of object-oriented design explained in depth. SRP, OCP, LSP, ISP, and DIP form the foundation of clean architecture.

Jan 6, 2026
Clean ArchitectureSoftware Engineering +4

Clean Architecture Part 1: Design and Programming Paradigms

Introduction to software architecture from Robert C. Martin's Clean Architecture. Covers the definition of architecture, the value of good design, and the three programming paradigms.

Jan 2, 2026
Clean ArchitectureSoftware Engineering +3

Related Tags

Software Engineering Best Practices Robert C. Martin Architecture Case Study Implementation Components SOLID